Update more references to "global variables".
This continues the transition to "global values", which aren't implicitly dereferenced.
This commit is contained in:
@@ -488,7 +488,7 @@ stack_addr = Instruction(
|
||||
ins=(SS, Offset), outs=addr)
|
||||
|
||||
#
|
||||
# Global variables.
|
||||
# Global values.
|
||||
#
|
||||
|
||||
GV = Operand('GV', entities.global_value)
|
||||
|
||||
Reference in New Issue
Block a user