mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
feat: switch provider addressing from RVA to absolute, add pointer expansion tests
This commit is contained in:
@@ -16,7 +16,7 @@ using namespace rcx;
|
||||
// ── Fixture: small tree with diverse field types ──
|
||||
|
||||
static void buildValidationTree(NodeTree& tree) {
|
||||
tree.baseAddress = 0x1000;
|
||||
tree.baseAddress = 0;
|
||||
|
||||
Node root;
|
||||
root.kind = NodeKind::Struct;
|
||||
|
||||
Reference in New Issue
Block a user