Skip to content

Commit 3deb73d

Browse files
committed
---
yaml --- r: 6617 b: refs/heads/master c: 81f932e h: refs/heads/master i: 6615: 2571c70 v: v3
1 parent 011eab6 commit 3deb73d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e056ffa17d8dad336a3f8380d3d23f282f7f067d
2+
refs/heads/master: 81f932e7d7e7949263731923f33a4c6dd05554bf

trunk/src/rt/rust_task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ rust_task::new_stack(size_t stk_sz, void *args_addr, size_t args_sz) {
600600
// Make enough room on the new stack to hold the old stack pointer
601601
// in addition to the function arguments
602602
new_sp = align_down(new_sp - (args_sz + sizeof_retaddr));
603-
new_sp += sizeof_retaddr;
604603
memcpy(new_sp, args_addr, args_sz);
605604
record_stack_limit();
606605
return new_sp;

0 commit comments

Comments
 (0)