SYS_WRITE0 fix
commit9f17b30f8847ba50e7a8ef03ca37cc116e915740
authorJohn and Tina Peterson <jpfp@byu.edu>
Thu, 17 Mar 2011 06:34:44 +0000 (17 07:34 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 17 Mar 2011 06:34:44 +0000 (17 07:34 +0100)
tree2307c53fb7aee9e5a5509b9b3df1f76361d8d9b8
parent33a17fd35995a7f679f92600055a8f55ae380022
SYS_WRITE0 fix

Problem is, trying to print "Hello, world!\n" just prints endless H's, because r1 is never incremented.

One way to fix it would be to add a "++" after "r1".
src/target/arm_semihosting.c