mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 11:24:01 +00:00
block_of_code: nop should probably default to a size of 1
This commit is contained in:
parent
dca3b2f079
commit
41c8dabf0b
@ -80,7 +80,7 @@ public:
|
||||
}
|
||||
|
||||
void int3() { db(0xCC); }
|
||||
void nop(size_t size = 0);
|
||||
void nop(size_t size = 1);
|
||||
|
||||
void SetCodePtr(CodePtr ptr);
|
||||
void EnsurePatchLocationSize(CodePtr begin, size_t size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user