comparison dyncallback/dyncall_callback_ppc64.S @ 240:891e8ba15862

- replaced character constants in ppc assembly files with their values for compatibility with older toolchains
author Tassilo Philipp
date Tue, 02 May 2017 03:29:47 +0200
parents 7ca57dbefed4
children d982a00c2177
comparison
equal deleted inserted replaced
239:c04be81f4874 240:891e8ba15862
145 mtctr r12 145 mtctr r12
146 #endif 146 #endif
147 bctrl 147 bctrl
148 148
149 /* check result type */ 149 /* check result type */
150 cmpi cr0, r3, 'f 150 cmpi cr0, r3, 0x66 /* 'f */
151 beq .f32 151 beq .f32
152 cmpi cr0, r3, 'd 152 cmpi cr0, r3, 0x64 /* 'd */
153 beq .f64 153 beq .f64
154 .i64: 154 .i64:
155 ld r3, SP_RESULT(r1) 155 ld r3, SP_RESULT(r1)
156 b .end 156 b .end
157 .end: 157 .end: