Skip to content

Commit

Permalink
Update kvm.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice authored Sep 1, 2024
1 parent 1cbb547 commit a3eb482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/kvm/src/main/native/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef enum {
HV_SYS_REG_MIDR_EL1 = ARM64_SYS_REG(3, 0, 0, 0, 0),
HV_SYS_REG_ID_AA64MMFR0_EL1 = ARM64_SYS_REG(3, 0, 0, 7, 0),
HV_SYS_REG_ID_AA64MMFR2_EL1 = ARM64_SYS_REG(3, 0, 0, 7, 2),
HV_SYS_REG_ID_AA64DFR0_EL1 = ARM64_SYS_REG(0, 5, 3, 0, 0);
HV_SYS_REG_ID_AA64DFR0_EL1 = ARM64_SYS_REG(0, 5, 3, 0, 0),
HV_SYS_REG_SCTLR_EL1 = ARM64_SYS_REG(3, 0, 1, 0, 0),
HV_SYS_REG_CPACR_EL1 = ARM64_SYS_REG(3, 0, 1, 0, 2),
HV_SYS_REG_ESR_EL1 = ARM64_SYS_REG(3, 0, 5, 2, 0),
Expand Down Expand Up @@ -170,4 +170,4 @@ typedef struct {
uint32_t cpsr;
uint32_t fpscr;
uint32_t uro;
} context32;*/
} context32;*/

0 comments on commit a3eb482

Please sign in to comment.