fixed emulator "struct emu"-dependent calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user