Skip to content

Commit ab1aa92

Browse files
committed
std: Remove misleading comments about segmented stacks
These are implemented in asm, they're just not inlined.
1 parent 8425494 commit ab1aa92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/sys/common/stack.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ pub unsafe fn get_sp_limit() -> usize {
278278
return 1024;
279279
}
280280

281-
// mips, arm - Some brave soul can port these to inline asm, but it's over
282-
// my head personally
283281
#[cfg(any(target_arch = "mips",
284282
target_arch = "mipsel",
285283
all(target_arch = "arm", not(target_os = "ios"))))]

0 commit comments

Comments
 (0)