X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Foptions.h;h=f5c4452a9d0b2c67254836f18377c534409b6209;hb=HEAD;hp=22dd1bcc8a8e00b73c88203fc7e3e53673ea2f4d;hpb=3c838204cd78bcf106fdd65476180659ab629fcb;p=emu8051.git diff --git a/src/common/options.h b/src/common/options.h index 22dd1bc..f5c4452 100644 --- a/src/common/options.h +++ b/src/common/options.h @@ -14,6 +14,7 @@ #define PACKAGE_DESCRIPTION "Emulator for 8051 family microcontrollers" struct options_t { + char *g; int pram_size; /* Maximum program memory size. */ int iram_size; /* Maximum internal ram size. */ int xram_size; /* Maximum external ram size. */