block_of_code: nop should probably default to a size of 1

This commit is contained in:
MerryMage 2016-08-27 10:57:48 +01:00
parent dca3b2f079
commit 41c8dabf0b

View file

@ -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);