forked from AbleOS/holey-bytes
added notice.
This commit is contained in:
parent
3833beb17d
commit
47323e140c
|
@ -69,6 +69,8 @@ impl Assembler {
|
||||||
// - It was a good idea to add some equivalent to `ud2` anyways
|
// - It was a good idea to add some equivalent to `ud2` anyways
|
||||||
// - Its zeroes
|
// - Its zeroes
|
||||||
// - What if you somehow reached that code, it will appropriately bail :)
|
// - What if you somehow reached that code, it will appropriately bail :)
|
||||||
|
//
|
||||||
|
// Why 12 bytes? That's the size of largest instruction parameter part.
|
||||||
self.buf.extend([0; 12]);
|
self.buf.extend([0; 12]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue