Unverified Commit 9a983cfe authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by GitHub
Browse files

Merge pull request #1589 from hzhuang1/topic/fix_clang

Topic/fix clang
Showing with 2 additions and 4 deletions
+2 -4
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
gicc_regs: gicc_regs:
.asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", "" .asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", ""
gicd_pend_reg: gicd_pend_reg:
.asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n" \ .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n Offset:\t\t\tvalue\n"
" Offset:\t\t\tvalue\n"
newline: newline:
.asciz "\n" .asciz "\n"
spacer: spacer:
......
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
gicc_regs: gicc_regs:
.asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", "" .asciz "gicc_hppir", "gicc_ahppir", "gicc_ctlr", ""
gicd_pend_reg: gicd_pend_reg:
.asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n" \ .asciz "gicd_ispendr regs (Offsets 0x200 - 0x278)\n Offset:\t\t\tvalue\n"
" Offset:\t\t\tvalue\n"
newline: newline:
.asciz "\n" .asciz "\n"
spacer: spacer:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment