mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 06:57:12 +00:00
hw_x86_64: Add offset constant for Cpu_state.trapno field
This commit is contained in:
parent
408cec32f5
commit
43bd925c7f
@ -26,6 +26,7 @@
|
||||
.set RAX_OFFSET, 10 * 8
|
||||
.set ERRCODE_OFFSET, 17 * 8
|
||||
.set FLAGS_OFFSET, 18 * 8
|
||||
.set TRAPNO_OFFSET, 19 * 8
|
||||
.set CR3_OFFSET, 21 * 8
|
||||
|
||||
.section .text
|
||||
|
Loading…
x
Reference in New Issue
Block a user