From d9e39b3b1cfac9487a9a0aee2525ea86e3e137b1 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Feb 2017 00:05:38 -0800 Subject: 3743 One way to ensure we always set old_name is to create a method to initialize names as opposed to just assigning them. Still not ideal because we still assign directly most of the time, so it's easy to forget. --- 010vm.cc | 1 + 1 file changed, 1 insertion(+) (limited to '010vm.cc') diff --git a/010vm.cc b/010vm.cc index fea11a50..80a817f3 100644 --- a/010vm.cc +++ b/010vm.cc @@ -41,6 +41,7 @@ struct instruction { instruction(); void clear(); bool is_empty(); + // End instruction Methods }; :(before "struct instruction") -- cgit 1.4.1-2-gfad0