File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ probe = "0.5"
3636features = [" is_mmtk_object" , " object_pinning" , " sticky_immix_non_moving_nursery" ]
3737
3838# Uncomment the following lines to use mmtk-core from the official repository.
39- git = " https://github.com/mmtk /mmtk-core.git"
40- rev = " 2ad6d36ab3d82be46135a7d76d4fe59cc84620ed "
39+ git = " https://github.com/qinsoon /mmtk-core.git"
40+ rev = " d7a06ced02c588c58a7f6064d474e5de8826f948 "
4141
4242# Uncomment the following line to use mmtk-core from a local repository.
4343# path = "../../mmtk-core"
Original file line number Diff line number Diff line change 1- 1.83 .0
1+ 1.92 .0
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ impl ObjectClosure {
182182 F2 : ' env + FnOnce ( ) -> T ,
183183 {
184184 debug_assert ! (
185- self . c_function == THE_UNREGISTERED_CLOSURE_FUNC ,
185+ std :: ptr :: fn_addr_eq ( self . c_function, THE_UNREGISTERED_CLOSURE_FUNC ) ,
186186 "set_temporarily_and_run_code is recursively called."
187187 ) ;
188188 self . c_function = Self :: c_function_registered :: < F1 > ;
You can’t perform that action at this time.
0 commit comments