aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nasm')
-rw-r--r--crates/nasm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nasm/README.md b/crates/nasm/README.md
index 355b28b..9a44eaa 100644
--- a/crates/nasm/README.md
+++ b/crates/nasm/README.md
@@ -261,7 +261,7 @@ foo:
Then you will get:
```
-warning: raw address 'foo' is unused (unused.s)
+warning: label 'foo' is unused (unused.s)
```
In the case for subroutines defined via `.proc`, this warning will actually be