fixed emulator "struct emu"-dependent calls

This commit is contained in:
Markus Fröschle
2015-02-18 15:54:14 +00:00
parent 6424385631
commit d5db802afa
7 changed files with 41 additions and 35 deletions

View File

@@ -35,7 +35,7 @@
#define __X86EMU_X86EMU_H
#include "bas_types.h"
#include "setjmp.h"
/*
* General EAX, EBX, ECX, EDX type registers. Note that for
@@ -111,8 +111,6 @@ struct X86EMU_regs {
uint8_t __pad[3];
};
typedef uint32_t jmp_buf[18];
struct X86EMU
{
char *mem_base;