incorrect clobber

git-svn-id: file:///home/svn/incoming/trunk@3265 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-12-29 04:51:46 +00:00
parent 6c223c683f
commit 24ab7e7caa
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ end
init_key = Rex::Poly::LogicalBlock.new('init_key',
Proc.new { |b| (0xb8 + b.regnum_of(key_reg)).chr + 'XORK'})
init_key.clobbers(key_reg)
loop_block = Rex::Poly::LogicalBlock.new('loop_block')
xor = Proc.new { |b| "\x31" + (0x40 + b.regnum_of(addr_reg) + (8 * b.regnum_of(key_reg))).chr }