Commit e5ea7ef
committed
fix: add forward declaration for ldst_inst_stats before tag_array
tag_array and baseline_cache use ldst_inst_stats* in their fill()
signatures, but the full class definition appears later in the header.
Add a forward declaration so the compiler recognizes the pointer type.
https://claude.ai/code/session_013NsDX12L3Cw97hFtCBFZrQ1 parent d2adddf commit e5ea7ef
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
956 | 958 | | |
957 | 959 | | |
958 | 960 | | |
| |||
0 commit comments