Skip to content

Commit e821c66

Browse files
committed
Let's talk about memory accesses:
emu/emumem_aspace.cpp: Got rid of static accessors structure, added a helper for obtaining info for dispatching specific accessors. cpu/drcbex64.cpp: Directly dispatch specific memory accessors for native width reads and writes no larger than native width.
1 parent b6dca55 commit e821c66

File tree

5 files changed

+393
-180
lines changed

5 files changed

+393
-180
lines changed

scripts/genie.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -570,14 +570,6 @@ configuration { "gmake or ninja" }
570570

571571
dofile ("toolchain.lua")
572572

573-
if _OPTIONS["targetos"]=="windows" then
574-
configuration { "x64" }
575-
defines {
576-
"X64_WINDOWS_ABI",
577-
}
578-
configuration { }
579-
end
580-
581573
-- Avoid error when invoking genie --help.
582574
if (_ACTION == nil) then return false end
583575

0 commit comments

Comments
 (0)