Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Feb 16, 2025
1 parent a7c2a3d commit f1fc82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/printer/assembly-writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface AssemblyWriterOptions {
readonly debugSymbols?: DebugSymbols
/**
* Map of function hashes to their original names.
* Used to restore original function names when decompiling.
* Used to restore original function names when printing.
*
* Can be obtained using `obtainSourceMap()` with original `.fif` file passed in:
*
Expand Down

0 comments on commit f1fc82d

Please sign in to comment.