mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-24 19:00:23 +08:00
doc: Fix ..sym section name misprint
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
d6f31240c5
commit
455e087c6a
@ -7237,7 +7237,7 @@ functions by means of
|
||||
|
||||
will give the user the address of the code you wrote, whereas
|
||||
|
||||
\c funcptr: dd my_function wrt .sym
|
||||
\c funcptr: dd my_function wrt ..sym
|
||||
|
||||
will give the address of the procedure linkage table for the
|
||||
function, which is where the calling program will \e{believe} the
|
||||
|
Loading…
x
Reference in New Issue
Block a user