added return for ARM case (may be incorrect - need checking)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@319 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-07-09 19:41:41 +00:00
parent 43fff2384e
commit f8c8799840
1 changed files with 1 additions and 0 deletions

1
exec.h
View File

@ -225,6 +225,7 @@ label ## n:\
T0 = (long)(tbparam) + (n);\
EIP = eip;\
dummy_label ## n:\
return;\
} while (0)
#endif