Skip to content

Commit c6bf784

Browse files
committed
Misc changes
1 parent 43f4dc6 commit c6bf784

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build_sysroot/build_sysroot.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cd $(dirname "$0")
66
cargo clean
77
rm Cargo.lock 2>/dev/null || true
88
rm -r sysroot 2>/dev/null || true
9-
rm -r target 2>/dev/null || true
109

1110
# FIXME find a better way to get the target triple
1211
unamestr=`uname`

src/abi.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,7 @@ fn local_place<'a, 'tcx: 'a>(
356356
local, ty, size.bytes(), align.abi.bytes(), align.pref.bytes(),
357357
)),
358358
_ => unreachable!(),
359-
};
360-
359+
}
361360
}
362361

363362
// Take stack_addr in advance to avoid many duplicate instructions

0 commit comments

Comments
 (0)