aboutsummaryrefslogtreecommitdiff
path: root/emu.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-25 23:18:32 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-25 23:18:32 +0000
commited10b69ca911f2274ef4322c8d9148857d08f03e (patch)
tree8c6c5b0693e491dd1380c4aa923dc4189a1cf850 /emu.c
parent4e946e3c1783e48133b861ee5542c88647d1eb6d (diff)
spec 1.4 sux -> sbx
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 *