diff options
-rw-r--r-- | qtmips_gui/samples/template-os.S | 2 | ||||
-rw-r--r-- | qtmips_gui/samples/template.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/samples/template-os.S b/qtmips_gui/samples/template-os.S index c7a57cf..4de5128 100644 --- a/qtmips_gui/samples/template-os.S +++ b/qtmips_gui/samples/template-os.S @@ -49,7 +49,7 @@ // MZ_APO education Zynq based board developed // by Petr Porazil and Pavel Pisa at PiKRON.com company -.equ SPILED_REG_BASE 0xffffc100 // base of SPILED port region +.equ SPILED_REG_BASE, 0xffffc100 // base of SPILED port region .equ SPILED_REG_LED_LINE, 0xffffc104 // 32 bit word mapped as output .equ SPILED_REG_LED_LINE_o, 0x0004 // Offset of the LED_LINE diff --git a/qtmips_gui/samples/template.S b/qtmips_gui/samples/template.S index a532e13..d321e98 100644 --- a/qtmips_gui/samples/template.S +++ b/qtmips_gui/samples/template.S @@ -48,7 +48,7 @@ // MZ_APO education Zynq based board developed // by Petr Porazil and Pavel Pisa at PiKRON.com company -.equ SPILED_REG_BASE 0xffffc100 // base of SPILED port region +.equ SPILED_REG_BASE, 0xffffc100 // base of SPILED port region .equ SPILED_REG_LED_LINE, 0xffffc104 // 32 bit word mapped as output .equ SPILED_REG_LED_LINE_o, 0x0004 // Offset of the LED_LINE |