mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
rtasm: remove debug
This commit is contained in:
parent
5b1bd30f22
commit
6f407b0724
1 changed files with 0 additions and 2 deletions
|
|
@ -990,14 +990,12 @@ static void note_x87_pop( struct x86_function *p )
|
|||
{
|
||||
p->x87_stack--;
|
||||
assert(p->x87_stack >= 0);
|
||||
debug_printf("\nstack: %d\n", p->x87_stack);
|
||||
}
|
||||
|
||||
static void note_x87_push( struct x86_function *p )
|
||||
{
|
||||
p->x87_stack++;
|
||||
assert(p->x87_stack <= 7);
|
||||
debug_printf("\nstack: %d\n", p->x87_stack);
|
||||
}
|
||||
|
||||
void x87_assert_stack_empty( struct x86_function *p )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue