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 b7a9ee5 commit 8e84deeCopy full SHA for 8e84dee
test/test-except.c
@@ -49,7 +49,7 @@ main(void)
49
#ifdef __thumb__
50
__asm__(".inst.n 0xde00");
51
#else
52
- __asm__(".word 0xe7f000f0");
+ __asm__(".inst 0xe7f000f0");
53
#endif
54
55
#elif defined(__riscv)
0 commit comments