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 5f7d15c commit 301329bCopy full SHA for 301329b
core/mbed/uvisor-lib/secure_gateway.h
@@ -26,9 +26,9 @@
26
27
#define __UVISOR_SECURE_GATEWAY_METADATA(dst_box, dst_fn) \
28
"b.n skip_args%=\n" \
29
- ".word "UVISOR_TO_STRING(UVISOR_SVC_GW_MAGIC)"\n" \
30
- ".word "UVISOR_TO_STRING(dst_fn)"\n" \
31
- ".word "UVISOR_TO_STRING(dst_box)"_cfg_ptr\n" \
+ ".word " UVISOR_TO_STRING(UVISOR_SVC_GW_MAGIC) "\n" \
+ ".word " UVISOR_TO_STRING(dst_fn) "\n" \
+ ".word " UVISOR_TO_STRING(dst_box) "_cfg_ptr\n" \
32
"skip_args%=:\n"
33
34
#endif /* __CC_ARM or __GNUC__ */
0 commit comments