Buildfix for non-Windows non-ARM

This commit is contained in:
Henrik Rydgård 2013-11-06 13:54:26 +01:00
parent ea9da85bdb
commit e3f6f25390

View file

@ -777,9 +777,11 @@ VertexDecoderJitCache::VertexDecoderJitCache() {
RET();
}
#else
#ifdef ARM
BKPT(0);
BKPT(0);
#endif
#endif
}
typedef void (VertexDecoderJitCache::*JitStepFunction)();