update arm

and small code changes from the fact that just loading a variable does
not change status flags
This commit is contained in:
Torsten Ruger
2015-11-17 02:28:47 +02:00
parent bc3042a466
commit 0643b96641
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ class TestFunctions < MiniTest::Test
class Object
int times(int a, int b)
if_zero( b )
if_zero( b + 0)
a = 0
else
int m = b - 1
@ -29,7 +29,7 @@ class Object
end
end
HERE
@length = 483
@length = 505
check_return 80
end

View File

@ -41,6 +41,7 @@ HERE
def connected
return @@conn if defined?(@@conn)
return @@conn = false
begin
box = Rye::Box.new("localhost" , :port => 2222 , :user => "pi")
box.pwd