mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
gallivm: Fix profile build.
This commit is contained in:
parent
c6267ebd6c
commit
d6b50ba980
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ lp_profile(LLVMValueRef func, const void *code)
|
|||
unsigned long addr = (uintptr_t)code;
|
||||
llvm::raw_fd_ostream Out(perf_asm_fd, false);
|
||||
Out << symbol << ":\n";
|
||||
unsigned long size = disassemble(code, Out);
|
||||
unsigned long size = disassemble(code);
|
||||
fprintf(perf_map_file, "%lx %lx %s\n", addr, size, symbol);
|
||||
fflush(perf_map_file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue