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 b15110b commit 7868addCopy full SHA for 7868add
1 file changed
gc/ogc/machine/processor.h
@@ -147,7 +147,7 @@
147
"1:" \
148
: "=r"((_isr_cookie)),"=&r" ((_enable_mask)) \
149
: "0"((_isr_cookie)),"1" ((_enable_mask)) \
150
- : "memory" \
+ : "cc" \
151
); \
152
} while (0)
153
@@ -165,7 +165,7 @@
165
166
: "=r" ((_isr_cookie)), "=&r" ((_flash_mask)) \
167
: "0" ((_isr_cookie)), "1" ((_flash_mask)) \
168
169
170
171
0 commit comments