Skip to content

Commit 8657cbf

Browse files
vhscamposkeith-packard
authored andcommitted
Modify test-except to work with ARM M-profile big endian
1 parent 6c11ace commit 8657cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-except.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ main(void)
4747
#ifdef __arm__
4848

4949
#ifdef __thumb__
50-
__asm__(".hword 0xde00");
50+
__asm__(".inst.n 0xde00");
5151
#else
5252
__asm__(".word 0xe7f000f0");
5353
#endif

0 commit comments

Comments
 (0)