diff options
Diffstat (limited to 'src/rt/rust_kernel.h')
| -rw-r--r-- | src/rt/rust_kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h index 4976dec149a..09f73f9b7d8 100644 --- a/src/rt/rust_kernel.h +++ b/src/rt/rust_kernel.h @@ -124,7 +124,7 @@ class rust_kernel { public: struct rust_env *env; - uintptr_t global_data; + intptr_t global_data; rust_kernel(rust_env *env); |
