Skip to content

Commit eb453e9

Browse files
committed
Eliminate unintended symbol exposure
1 parent cbab5b8 commit eb453e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riscv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static const char *insn_name_table[] = {
451451
};
452452

453453
#if RV32_HAS(JIT)
454-
void profile(block_t *block, uint32_t freq, FILE *output_file)
454+
static void profile(block_t *block, uint32_t freq, FILE *output_file)
455455
{
456456
fprintf(output_file, "%#-9x|", block->pc_start);
457457
fprintf(output_file, "%#-8x|", block->pc_end);

0 commit comments

Comments
 (0)