summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/cpu.c')
-rw-r--r--apps/plugins/rockboy/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/cpu.c b/apps/plugins/rockboy/cpu.c
index e1d1324c4b..392dd49b5f 100644
--- a/apps/plugins/rockboy/cpu.c
+++ b/apps/plugins/rockboy/cpu.c
@@ -15,7 +15,7 @@
15 15
16 16
17struct cpu cpu IBSS_ATTR; 17struct cpu cpu IBSS_ATTR;
18 18bool plugbuf;
19 19
20#define ZFLAG(n) ( (n) ? 0 : FZ ) 20#define ZFLAG(n) ( (n) ? 0 : FZ )
21 21