From 9ddb015b1ba055c682f93d4ef622060561161759 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 1 Jul 2013 20:21:42 -0400 Subject: [PATCH] macos traps header --- bin/disasm.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/disasm.cpp b/bin/disasm.cpp index 7f4acd4..6a269d9 100644 --- a/bin/disasm.cpp +++ b/bin/disasm.cpp @@ -10,7 +10,8 @@ #include #include - +#include +#include char strings[4][256]; @@ -18,8 +19,6 @@ const uint8_t *Memory = NULL; uint32_t MemorySize = 0; -extern "C" { const char *TrapName(uint16_t trap); } - void ToolBox(uint32_t pc, uint16_t trap) { const char *name;