summaryrefslogtreecommitdiffstats
path: root/source/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/stats.h')
-rw-r--r--source/stats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/stats.h b/source/stats.h
index 6632ec4..d0018a1 100644
--- a/source/stats.h
+++ b/source/stats.h
@@ -60,6 +60,9 @@ struct ReGBA_Stats {
* scratch since the current game started running? */
uint64_t ARMOpcodesDecoded;
uint64_t ThumbOpcodesDecoded;
+ /* How many times have we met a Thumb PC-relative LDR instruction that
+ * loads from the ROM? */
+ uint64_t ThumbROMConstants;
/* How many times have we recompiled a block anew since the current
* game started running? */
uint64_t BlockRecompilationCount;