From e3f6f2539014ddbd879a952181dba93f24f1e4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 6 Nov 2013 13:54:26 +0100 Subject: [PATCH] Buildfix for non-Windows non-ARM --- GPU/GLES/VertexDecoder.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPU/GLES/VertexDecoder.cpp b/GPU/GLES/VertexDecoder.cpp index 3cedb9f7d7..efe4872c86 100644 --- a/GPU/GLES/VertexDecoder.cpp +++ b/GPU/GLES/VertexDecoder.cpp @@ -777,9 +777,11 @@ VertexDecoderJitCache::VertexDecoderJitCache() { RET(); } #else +#ifdef ARM BKPT(0); BKPT(0); #endif +#endif } typedef void (VertexDecoderJitCache::*JitStepFunction)();