We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c11ace commit 8657cbfCopy full SHA for 8657cbf
test/test-except.c
@@ -47,7 +47,7 @@ main(void)
47
#ifdef __arm__
48
49
#ifdef __thumb__
50
- __asm__(".hword 0xde00");
+ __asm__(".inst.n 0xde00");
51
#else
52
__asm__(".word 0xe7f000f0");
53
#endif
0 commit comments