mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
remove outdated comment
This commit is contained in:
@@ -73,10 +73,6 @@ fn emulate_foreign_item(
|
||||
|
||||
let tcx = &{this.tcx.tcx};
|
||||
|
||||
// All these functions take raw pointers, so if we access memory directly
|
||||
// (as opposed to through a place), we have to remember to erase any tag
|
||||
// that might still hang around!
|
||||
|
||||
match &link_name[..] {
|
||||
"malloc" => {
|
||||
let size = this.read_scalar(args[0])?.to_usize(this)?;
|
||||
|
||||
Reference in New Issue
Block a user