rt: Fix the calculation of the location of GC safe points
This commit is contained in:
parent
955bef3f4d
commit
9c2abb8253
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue