diff options
Diffstat (limited to 'runtime/gc/collector/mark_compact.h')
-rw-r--r-- | runtime/gc/collector/mark_compact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/collector/mark_compact.h b/runtime/gc/collector/mark_compact.h index bb85fa0..f40e870 100644 --- a/runtime/gc/collector/mark_compact.h +++ b/runtime/gc/collector/mark_compact.h @@ -227,7 +227,7 @@ class MarkCompact : public GarbageCollector { std::string collector_name_; // The bump pointer in the space where the next forwarding address will be. - byte* bump_pointer_; + uint8_t* bump_pointer_; // How many live objects we have in the space. size_t live_objects_in_space_; |