summaryrefslogtreecommitdiff
path: root/src/cmd/8g/prog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/8g/prog.c')
-rw-r--r--src/cmd/8g/prog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/8g/prog.c b/src/cmd/8g/prog.c
index 0162b0288..a39c37f8e 100644
--- a/src/cmd/8g/prog.c
+++ b/src/cmd/8g/prog.c
@@ -41,7 +41,7 @@ static ProgInfo progtable[ALAST] = {
[AUNDEF]= {Break},
[AUSEFIELD]= {OK},
[ACHECKNIL]= {LeftRead},
- [AFATVARDEF]= {Pseudo | RightWrite},
+ [AVARDEF]= {Pseudo | RightWrite},
// NOP is an internal no-op that also stands
// for USED and SET annotations, not the Intel opcode.