Some cleanup in the runtime.
This commit is contained in:
parent
8967a66724
commit
b4484d51c1
4 changed files with 9 additions and 8 deletions
|
@ -271,9 +271,8 @@ static void
|
|||
debug_tydesc_helper(type_desc *t)
|
||||
{
|
||||
rust_task *task = rust_get_current_task();
|
||||
LOG(task, stdlib, " size %" PRIdPTR ", align %" PRIdPTR
|
||||
", first_param 0x%" PRIxPTR,
|
||||
t->size, t->align, t->first_param);
|
||||
LOG(task, stdlib, " size %" PRIdPTR ", align %" PRIdPTR,
|
||||
t->size, t->align);
|
||||
}
|
||||
|
||||
extern "C" CDECL void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue