From 2f84e243e92d25918e65819575ffa178b90ba0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sun, 4 Mar 2012 17:39:08 +0000 Subject: [PATCH] [COMPILER] * BUG: Forgot to commit a file... git-svn-id: svn://localhost/gambas/trunk@4532 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/share/gbc_trans_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/share/gbc_trans_common.h b/main/share/gbc_trans_common.h index 7b4d9f4c9..e1511ffa8 100644 --- a/main/share/gbc_trans_common.h +++ b/main/share/gbc_trans_common.h @@ -138,6 +138,8 @@ typedef int line; ushort pos; short ctrl_id; + bool gosub; + char _reserved[3]; } PACKED TRANS_GOTO;