diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-19 14:26:42 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-19 14:26:42 +0000 |
commit | 056cfc345bffd0fa5450ed5ef886415a596cf9f9 (patch) | |
tree | e5ee93ca825843ba8694fabf240153f6c5ca13a0 /src/arch/x86/isa/insts/data_transfer | |
parent | 053c715f213a6532b5644e46a5d04ef9e092139e (diff) | |
download | gem5-056cfc345bffd0fa5450ed5ef886415a596cf9f9.tar.xz |
Get rid of the commented out versions of macroops which have been reimplemented. The comments are basically functioning like a todo list.
--HG--
extra : convert_revision : cb07e3813f6cf882b4a5c77c498ffbca26adf586
Diffstat (limited to 'src/arch/x86/isa/insts/data_transfer')
-rw-r--r-- | src/arch/x86/isa/insts/data_transfer/stack_operations.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/isa/insts/data_transfer/stack_operations.py b/src/arch/x86/isa/insts/data_transfer/stack_operations.py index 50b690354..ad95fd468 100644 --- a/src/arch/x86/isa/insts/data_transfer/stack_operations.py +++ b/src/arch/x86/isa/insts/data_transfer/stack_operations.py @@ -73,16 +73,10 @@ def macroop PUSH_R { }; ''' #let {{ -# class POP(Inst): -# "GenFault ${new UnimpInstFault}" -# class POPA(Inst): -# "GenFault ${new UnimpInstFault}" # class POPA(Inst): # "GenFault ${new UnimpInstFault}" # class POPAD(Inst): # "GenFault ${new UnimpInstFault}" -# class PUSH(Inst): -# "GenFault ${new UnimpInstFault}" # class PUSHA(Inst): # "GenFault ${new UnimpInstFault}" # class PUSHAD(Inst): |