mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-18 18:12:23 -07:00
avx512 registers & fixes for getting & setting x64 context
This commit is contained in:
committed by
Ryan Fleury
parent
14759e49e9
commit
ce7c8d5244
@@ -2429,7 +2429,7 @@ ctrl_unwind_step__pe_x64(CTRL_EntityStore *store, CTRL_MachineID machine_id, DMN
|
||||
}
|
||||
|
||||
// rjf: commit to register
|
||||
void *xmm_reg = (®s->ymm0) + op_info;
|
||||
void *xmm_reg = (®s->zmm0) + op_info;
|
||||
MemoryCopy(xmm_reg, buf, sizeof(buf));
|
||||
}break;
|
||||
|
||||
@@ -2448,7 +2448,7 @@ ctrl_unwind_step__pe_x64(CTRL_EntityStore *store, CTRL_MachineID machine_id, DMN
|
||||
}
|
||||
|
||||
// rjf: commit to register
|
||||
void *xmm_reg = (®s->ymm0) + op_info;
|
||||
void *xmm_reg = (®s->zmm0) + op_info;
|
||||
MemoryCopy(xmm_reg, buf, sizeof(buf));
|
||||
}break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user