Commit 51a6bfe
committed
refactor(exception): update register usage in vmexit trampoline
- Change register used to save exit reason from x6 to x9
- Change register used to save vcpu_running return value from x7 to x10
- Update conditional branch instruction to use x10 instead of x71 parent 21409b9 commit 51a6bfe
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments