]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Correct the generation of the `cd 03` instruction
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 6 Mar 2016 21:19:05 +0000 (21:19 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 6 Mar 2016 21:20:05 +0000 (21:20 +0000)
commit4294681d8abd3cd5932352948a62aa5b8dcb8f72
treeb9a91412b97271650c69ca77a18112c1367ec7bb
parent14f98c2f917045861ba2b8f9931afb9be6131929
Correct the generation of the `cd 03` instruction

Some assemblers "helpfully" turn the two-byte `int $3` into its one-byte form
`int3`.  This defeats the purpose of the test case, so hand-roll the
instrucion.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tests/swint-emulation/lowlevel.S