block_of_code: nop should probably default to a size of 1
This commit is contained in:
parent
dca3b2f079
commit
41c8dabf0b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue