From 2f5f7919fd29ff05a8f182d3cb1aa9d168b58b66 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 29 Mar 2015 10:21:15 -0700 Subject: 994 - spaces now check bounds I'm not testing for bounds-check errors yet, though. --- cpp/010vm | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/010vm') diff --git a/cpp/010vm b/cpp/010vm index 2689b7c7..76ccc4bf 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -81,6 +81,7 @@ void setup_types() { Next_type_number = 1; // Mu Types Initialization. int integer = Type_number["integer"] = Next_type_number++; + Type_number["location"] = Type_number["integer"]; // wildcard type Type[integer].name = "integer"; int address = Type_number["address"] = Next_type_number++; Type[address].name = "address"; -- cgit 1.4.1-2-gfad0