diff options
Diffstat (limited to 'src/pkg/runtime/symtab.c')
| -rw-r--r-- | src/pkg/runtime/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/symtab.c b/src/pkg/runtime/symtab.c index a082a7615..18ce07a1c 100644 --- a/src/pkg/runtime/symtab.c +++ b/src/pkg/runtime/symtab.c @@ -27,7 +27,7 @@ // Return a pointer to a byte array containing the symbol table segment. void -sys·symdat(Slice *symtab, Slice *pclntab) +runtime·symdat(Slice *symtab, Slice *pclntab) { Slice *a; int32 *v; |
