aboutsummaryrefslogtreecommitdiff
path: root/emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu.c')
-rw-r--r--emu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/emu.c b/emu.c
index afcc646..71d9488 100644
--- a/emu.c
+++ b/emu.c
@@ -413,7 +413,6 @@ void (*op[nOpt])(struct context *, unsigned short *, unsigned short *) = {
[SHR] = shr,
[ASR] = asr,
[SHL] = shl,
- [STI] = sti,
[IFB] = ifb,
[IFC] = ifc,
[IFE] = ife,