[x64] Swap to using anchor variables instead of dummy function calls
This commit is contained in:
@@ -40,12 +40,6 @@ static bool Register() {
|
||||
#define EMITTER_OPCODE_TABLE(name, ...) \
|
||||
const auto X64_INSTR_##name = Register<__VA_ARGS__>();
|
||||
|
||||
// Registration functions to force inclusion of several files
|
||||
void RegisterControl();
|
||||
void RegisterMemory();
|
||||
void RegisterVector();
|
||||
|
||||
void RegisterSequences();
|
||||
bool SelectSequence(X64Emitter* e, const hir::Instr* i,
|
||||
const hir::Instr** new_tail);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user