Skip to content

Commit 64a3ba3

Browse files
committed
Minor comment update
1 parent e4e63cd commit 64a3ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VMTranslator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Revision History:
66
* 2024-05-25: Initial version
77
* 2024-05-28: Added support for parsing label, goto, if-goto, function, return, and call commands
8+
* 2024-05-29: Fixed labelCounter bug in writeCall() method
89
*/
910

1011
import java.io.*;

0 commit comments

Comments
 (0)