shut up gcc
This commit is contained in:
parent
cbf4378304
commit
f8e39513f3
1 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ clrlock(void)
|
|||
void
|
||||
startfile(Text *t)
|
||||
{
|
||||
outTsv(Tstartfile, t->tag, (vlong)t); /* for 64-bit pointers */
|
||||
outTsv(Tstartfile, t->tag, (vlong)(uintptr)t); /* for 64-bit pointers */
|
||||
setlock();
|
||||
}
|
||||
|
||||
|
|
@ -339,7 +339,7 @@ void
|
|||
startnewfile(int type, Text *t)
|
||||
{
|
||||
t->tag = Untagged;
|
||||
outTv(type, (vlong)t); /* for 64-bit pointers */
|
||||
outTv(type, (vlong)(uintptr)t); /* for 64-bit pointers */
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue