hotspot/src/cpu/s390/vm/assembler_s390.hpp
changeset 46272 3cee5c1f3459
parent 42897 57e7b1c75d17
equal deleted inserted replaced
46271:979ebd346ecf 46272:3cee5c1f3459
    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 {