diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-07-24 15:03:43 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-07-24 15:03:43 -0700 |
commit | 7e5239343293b85128f6786d436016e805728b3c (patch) | |
tree | 3c1a116ddbbdf521902f6fcee89ea579bf859061 /src | |
parent | ecf2621f4f2dedfea03816e61ec6dc0f24a62c0e (diff) | |
download | gem5-7e5239343293b85128f6786d436016e805728b3c.tar.xz |
Get rid of an old comment
--HG--
extra : convert_revision : 4d626721ad54af9cbf5b0c07a3a6e8a05e4e9ab5
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/isa/insts/arithmetic/add_and_subtract.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/x86/isa/insts/arithmetic/add_and_subtract.py b/src/arch/x86/isa/insts/arithmetic/add_and_subtract.py index e637251d2..e104eaeed 100644 --- a/src/arch/x86/isa/insts/arithmetic/add_and_subtract.py +++ b/src/arch/x86/isa/insts/arithmetic/add_and_subtract.py @@ -298,15 +298,3 @@ def macroop NEG_P st t1, ds, [0, t0, t7], disp }; ''' -#let {{ -# class ADC(Inst): -# "Adc ^0 ^0 ^1" -# class ADD(Inst): -# "Add ^0 ^0 ^1" -# class SBB(Inst): -# "Sbb ^0 ^0 ^1" -# class SUB(Inst): -# "Sub ^0 ^0 ^1" -# class NEG(Inst): -# "Sub ^0 $0 ^0" -#}}; |