rt: Fix the calculation of the location of GC safe points
This commit is contained in:
parent
955bef3f4d
commit
9c2abb8253
@ -41,7 +41,7 @@ public:
|
||||
#endif
|
||||
n_safe_points = *data++;
|
||||
index = (const std::pair<void *,const safe_point *> *)data;
|
||||
data += n_safe_points;
|
||||
data += n_safe_points * 2;
|
||||
safe_points = (const safe_point *)data;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user