File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a3ff02f1266795691d6cb97dc0de886c613b39ed
2
+ refs/heads/master: 561746238835f28e308cd8f8cf75bc8da707fd5f
Original file line number Diff line number Diff line change @@ -290,8 +290,6 @@ rust_task::start_rustc(uintptr_t exit_task_glue,
290
290
*spp-- = (uintptr_t ) 0x0 ; // output
291
291
*spp-- = (uintptr_t ) 0x0 ; // retpc
292
292
293
- uintptr_t exit_task_frame_base = 0 ;
294
-
295
293
I (dom, args);
296
294
make_aligned_room_for_bytes (spp, callsz - 3 * sizeof (uintptr_t ));
297
295
@@ -325,11 +323,7 @@ rust_task::start_rustc(uintptr_t exit_task_glue,
325
323
// The context the activate_glue needs to switch stack.
326
324
*spp-- = (uintptr_t ) spawnee_fn; // instruction to start at
327
325
for (size_t j = 0 ; j < n_callee_saves; ++j) {
328
- // callee-saves to carry in when we activate
329
- if (j == callee_save_fp)
330
- *spp-- = exit_task_frame_base;
331
- else
332
- *spp-- = (uintptr_t )NULL ;
326
+ *spp-- = (uintptr_t )NULL ;
333
327
}
334
328
335
329
// Back up one, we overshot where sp should be.
You can’t perform that action at this time.
0 commit comments