summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index f50c28c8..c32d42e3 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -679,8 +679,8 @@ extern "C"
struct BNRegisterStackInfo
{
- uint32_t firstStorageReg;
- uint32_t count;
+ uint32_t firstStorageReg, firstTopRelativeReg;
+ uint32_t storageCount, topRelativeCount;
uint32_t stackTopReg;
};