aboutsummaryrefslogtreecommitdiff
path: root/tests2/36_array_initialisers.expect
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-01-26 20:09:04 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-01-26 20:09:04 +0100
commitf63c7509427cb0a18168cac07775ac5f2a729e11 (patch)
tree2329b5e389e0570000524d3748e1e0d379e9fb85 /tests2/36_array_initialisers.expect
parentde35a3389f63ff60423f966e585f27c2a2c09bd8 (diff)
downloadtinycc-f63c7509427cb0a18168cac07775ac5f2a729e11.tar.gz
tinycc-f63c7509427cb0a18168cac07775ac5f2a729e11.tar.bz2
Organize frames in a real linked list on ARM
Change the linking of the frames on ARM. Instead of having fp points 12 bytes above where the old fp is stored, let fp points where the old fp is stored. That is, we switch from: | . | | . | | . | | | | params | <-- fp -------- | oldlr | -------- | oldip | -------- | oldfp | -------- to: | . | | . | | . | | | | params | -------- | oldlr | -------- | oldip | -------- | oldfp | <-- fp --------
Diffstat (limited to 'tests2/36_array_initialisers.expect')
0 files changed, 0 insertions, 0 deletions