Add number of registers to platform

This commit is contained in:
2020-02-26 19:01:01 +02:00
parent 8df2e4bf08
commit 8832df3221
13 changed files with 63 additions and 33 deletions

View File

@ -10,5 +10,8 @@ module Arm
def padding
0x11000 - loaded_at
end
def num_registers
16
end
end
end