From 850d1e6b430c463a54bb1348967750a1e0baef51 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 27 Apr 2020 21:12:52 +0200 Subject: samples: template-os.S template.S fixed SPILED_REG_BASE definition. Add missing comma in SPILED_REG_BASE definitions. Signed-off-by: Pavel Pisa --- qtmips_gui/samples/template-os.S | 2 +- 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 -- cgit v1.2.3