mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 03:25:55 +00:00
x64Emitter: Allow code alignment to arbitrary power of 2
This commit is contained in:
parent
29344cb5ff
commit
a95010bc72
2 changed files with 14 additions and 12 deletions
|
@ -412,6 +412,7 @@ public:
|
|||
virtual ~XEmitter() {}
|
||||
void SetCodePtr(u8* ptr);
|
||||
void ReserveCodeSpace(int bytes);
|
||||
const u8* AlignCodeTo(size_t alignment);
|
||||
const u8* AlignCode4();
|
||||
const u8* AlignCode16();
|
||||
const u8* AlignCodePage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue