From 24ab7e7caa86216c1b64c5fb120730454dddea87 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Thu, 29 Dec 2005 04:51:46 +0000 Subject: [PATCH] incorrect clobber git-svn-id: file:///home/svn/incoming/trunk@3265 4d416f70-5f16-0410-b530-b9f4589650da --- dev/testing/blocks.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/testing/blocks.rb b/dev/testing/blocks.rb index 51aa85ea91..dc7320ca67 100644 --- a/dev/testing/blocks.rb +++ b/dev/testing/blocks.rb @@ -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 }