equal
deleted
inserted
replaced
25 |
25 |
26 #ifndef CPU_S390_VM_ASSEMBLER_S390_HPP |
26 #ifndef CPU_S390_VM_ASSEMBLER_S390_HPP |
27 #define CPU_S390_VM_ASSEMBLER_S390_HPP |
27 #define CPU_S390_VM_ASSEMBLER_S390_HPP |
28 |
28 |
29 #undef LUCY_DBG |
29 #undef LUCY_DBG |
30 |
|
31 #define NearLabel Label |
|
32 |
30 |
33 // Immediate is an abstraction to represent the various immediate |
31 // Immediate is an abstraction to represent the various immediate |
34 // operands which exist on z/Architecture. Neither this class nor |
32 // operands which exist on z/Architecture. Neither this class nor |
35 // instances hereof have an own state. It consists of methods only. |
33 // instances hereof have an own state. It consists of methods only. |
36 class Immediate VALUE_OBJ_CLASS_SPEC { |
34 class Immediate VALUE_OBJ_CLASS_SPEC { |