arm: x29 is frame register

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-13 00:00:00 +00:00
parent bb552d00a4
commit f92432e272

View File

@@ -34,6 +34,10 @@ LKMC_PROLOGUE
mov x26, 26
mov x27, 27
mov x28, 28
/* x29 is used as the frame register by unoptimized GCC: it contains the initial stack.
* TODO is there a standard recommending it? Does it have effects e.g. on GDB in
* determining backtraces? */
mov x29, 29
/* x30 is the link register. BL stores the return address here. */