Commit 2e27422
committed
monitor: fix patched variables to not be static
These need to be visible in the final object and hence should
not be static.
This caused an issue with 9a8aba7
when building in release mode since vm_names is only used in debug
mode and so the compiler was (understandably) optimising it out.
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>1 parent 9a8aba7 commit 2e27422
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments