mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-05 06:28:46 +00:00
macos traps header
This commit is contained in:
@@ -10,7 +10,8 @@
|
|||||||
#include <cpu/fmem.h>
|
#include <cpu/fmem.h>
|
||||||
#include <cpu/CpuModule.h>
|
#include <cpu/CpuModule.h>
|
||||||
|
|
||||||
|
#include <macos/traps.h>
|
||||||
|
#include <macos/sysequ.h>
|
||||||
|
|
||||||
char strings[4][256];
|
char strings[4][256];
|
||||||
|
|
||||||
@@ -18,8 +19,6 @@ const uint8_t *Memory = NULL;
|
|||||||
uint32_t MemorySize = 0;
|
uint32_t MemorySize = 0;
|
||||||
|
|
||||||
|
|
||||||
extern "C" { const char *TrapName(uint16_t trap); }
|
|
||||||
|
|
||||||
void ToolBox(uint32_t pc, uint16_t trap)
|
void ToolBox(uint32_t pc, uint16_t trap)
|
||||||
{
|
{
|
||||||
const char *name;
|
const char *name;
|
||||||
|
Reference in New Issue
Block a user