Skip to content
  • Roland Levillain's avatar
    Fix the handling of `.half' assembler directives. · 9c67b2b7
    Roland Levillain authored
    	* src/inst/program_builder.hxx (inst::ProgramBuilder::add_half):
    	Use bitwise ``and'' operators instead of logical ``and''
    	operators.
    	This mistake was reported by clang++ 3.0.
    	* tests/good/print-half.s,
    	* tests/good/print-half.ref:
    	New test.
    	* tests/good/Makefile.am (ASM_FILES): Add print_half.s.
    9c67b2b7