Skip to content
Commit f47fa51c authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Fill the atom gap with INT 3 instead of NOP.

INT 3 (machine code 0xCC) will raise an interrupt when executed. That is better
for filling the gap than NOP because we want to stop the execution immediately
when the control reached to non-code address.

llvm-svn: 192945
parent 0879c1e6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment