diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-22 17:31:38 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-22 17:31:38 +0000 |
commit | 1b6b029e40c4297ce9c27e0f8b8ae177085c990a (patch) | |
tree | ffcae72b2e16e395ec983f3718adcf9a981b9a66 /opc-i386.h | |
parent | 612384d77146639cebdc9b71c87ee4a94bf44501 (diff) |
basic clone() support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@40 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'opc-i386.h')
-rw-r--r-- | opc-i386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opc-i386.h b/opc-i386.h index 0929044686..9d9f8471b5 100644 --- a/opc-i386.h +++ b/opc-i386.h @@ -530,3 +530,5 @@ DEF(fnstcw_A0) DEF(fldcw_A0) DEF(fclex) DEF(fninit) +DEF(lock) +DEF(unlock) |