mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
Reserve R15.
This commit is contained in:
parent
adb309fbd8
commit
64142c4cb8
@ -99,7 +99,7 @@ impl Register {
|
|||||||
9 => R12,
|
9 => R12,
|
||||||
10 => R13,
|
10 => R13,
|
||||||
11 => R14,
|
11 => R14,
|
||||||
12 => R15,
|
// 12 => R15, // R15 is reserved for memory base pointer.
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user