mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Remove x86emit.h
This commit is contained in:
parent
e60954a61a
commit
cff37cc7ee
@ -44,7 +44,6 @@ if (CPU_INCLUDE_DRC) then
|
||||
MAME_DIR .. "src/devices/cpu/drcbex64.cpp",
|
||||
MAME_DIR .. "src/devices/cpu/drcbex64.h",
|
||||
MAME_DIR .. "src/devices/cpu/drcumlsh.h",
|
||||
MAME_DIR .. "src/devices/cpu/x86emit.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -89,7 +89,6 @@
|
||||
#include "drcuml.h"
|
||||
#include "drcbex86.h"
|
||||
|
||||
// This is a trick to make it build on Android where the x86 SDK declares ::REG_Exx
|
||||
namespace drc {
|
||||
using namespace uml;
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,6 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <cassert>
|
||||
#include "x86emit.h"
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
@ -32,6 +31,10 @@ constexpr int COMMENT_POOL_SIZE{MAX_COMMENTS * 40};
|
||||
TYPE DEFINITIONS
|
||||
***************************************************************************/
|
||||
|
||||
// use x86code * to reference generated code
|
||||
typedef uint8_t x86code;
|
||||
|
||||
|
||||
/* code logging info */
|
||||
struct log_comment
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user