aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2020-04-27 21:12:52 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2020-04-27 21:12:52 +0200
commit850d1e6b430c463a54bb1348967750a1e0baef51 (patch)
tree78346c056cc40ad0533ea6f15b90265cbc1ec692
parent597c9271608c3d30ce193b96be3fe82966e4cc1d (diff)
downloadqtmips-850d1e6b430c463a54bb1348967750a1e0baef51.tar.gz
qtmips-850d1e6b430c463a54bb1348967750a1e0baef51.tar.bz2
qtmips-850d1e6b430c463a54bb1348967750a1e0baef51.zip
samples: template-os.S template.S fixed SPILED_REG_BASE definition.
Add missing comma in SPILED_REG_BASE definitions. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-rw-r--r--qtmips_gui/samples/template-os.S2
-rw-r--r--qtmips_gui/samples/template.S2
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