Bugfix. "A"[0] = 0x65
git-svn-id: file:///home/svn/incoming/trunk@2785 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
120e6b5a2b
commit
e9b1bbfe2b
|
@ -171,7 +171,7 @@ module X86
|
|||
end
|
||||
|
||||
def self.pack_lsb(num)
|
||||
pack_dword(num)[0]
|
||||
pack_dword(num)[0,1]
|
||||
end
|
||||
|
||||
def self._check_reg(*regs)
|
||||
|
|
Loading…
Reference in New Issue