aboutsummaryrefslogtreecommitdiff
path: root/emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu.c')
-rw-r--r--emu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emu.c b/emu.c
index 8752c8f..2324ecd 100644
--- a/emu.c
+++ b/emu.c
@@ -337,7 +337,7 @@ adx(unsigned short *b, unsigned short *a)
}
void
-sux(unsigned short *b, unsigned short *a)
+sbx(unsigned short *b, unsigned short *a)
{
int tmp = *b;
@@ -373,7 +373,7 @@ void (*op[nOpt])(unsigned short *a, unsigned short *b) = {
[IFU] = ifu,
[IFL] = ifl,
[ADX] = adx,
- [SUX] = sux,
+ [SBX] = sbx,
};
unsigned short *