aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-24 15:53:04 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-24 15:53:04 +0200
commit45fab6f5b12f00631005b0086931a2f25385146e (patch)
tree2ff35ec89c2622d6624a691874879d1fdca09006 /src/tools.h
parent3bfb6dec957e5e034c12157787fab9faf75c85a1 (diff)
downloadlanes-45fab6f5b12f00631005b0086931a2f25385146e.tar.gz
lanes-45fab6f5b12f00631005b0086931a2f25385146e.tar.bz2
lanes-45fab6f5b12f00631005b0086931a2f25385146e.zip
C++ migration: using KeeperState = Unique<lua_State*>
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools.h b/src/tools.h
index 673d6f0..755a0c6 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -34,8 +34,8 @@ class InterCopyContext
34 public: 34 public:
35 35
36 Universe* const U; 36 Universe* const U;
37 Dest const L2; 37 DestState const L2;
38 Source const L1; 38 SourceState const L1;
39 CacheIndex const L2_cache_i; 39 CacheIndex const L2_cache_i;
40 SourceIndex L1_i; // that one can change when we reuse the context 40 SourceIndex L1_i; // that one can change when we reuse the context
41 VT vt; // that one can change when we reuse the context 41 VT vt; // that one can change when we reuse the context