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 int3() { db(0xCC); }
|
||||||
void nop(size_t size = 0);
|
void nop(size_t size = 1);
|
||||||
|
|
||||||
void SetCodePtr(CodePtr ptr);
|
void SetCodePtr(CodePtr ptr);
|
||||||
void EnsurePatchLocationSize(CodePtr begin, size_t size);
|
void EnsurePatchLocationSize(CodePtr begin, size_t size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user