aboutsummaryrefslogtreecommitdiff
path: root/emu.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-12-04 05:49:31 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-12-04 05:49:31 +0000
commit8804bc818f6cc4094ce46a247a1dd0a65f471a0d (patch)
tree8a46255dc7c5f2918bed5ad089d1fcc75e35a815 /emu.c
parenta54ee392602c49638650a91abe1f811492cf2aab (diff)
fix double definition, add sdl header for os x support.
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,