On Friday 17 April 2015 11:06 AM, Minfei Huang wrote: >> .quad 0 >> > size arm64_dtb_addr >> >+ >> >+.globl arm64_sink_lsr_val >> >+arm64_sink_lsr_val: >> >+ .word 0 > Since arm64_sink_lsr_val is declared as uint32_t, it is better to keep > the same format here. > I thought .word will do the same. But may be I am wrong. What is the good syntax for uint32_t. ~Pratyush