diff --git a/code/qcommon/vm_armv7l.c b/code/qcommon/vm_armv7l.c index 932761d8..33f073f0 100644 --- a/code/qcommon/vm_armv7l.c +++ b/code/qcommon/vm_armv7l.c @@ -217,7 +217,7 @@ Error handler for jump/call to invalid instruction number ================= */ -static void NO_RETURN ErrJump(unsigned num) +static void Q_NO_RETURN ErrJump(unsigned num) { Com_Error(ERR_DROP, "program tried to execute code outside VM (%x)", num); }