Embedded
This commit is contained in:
parent
0a043720b1
commit
f0740e1b8f
@ -76,7 +76,7 @@ static int init_standard_system(int argc, char *argv[], YAP_init_args *iap) {
|
|||||||
YAP_file_type_t BootMode;
|
YAP_file_type_t BootMode;
|
||||||
|
|
||||||
BootMode = YAP_parse_yap_arguments(argc, argv, iap);
|
BootMode = YAP_parse_yap_arguments(argc, argv, iap);
|
||||||
|
iap->Embedded = false;
|
||||||
/* init memory */
|
/* init memory */
|
||||||
iap->boot_file_type =
|
iap->boot_file_type =
|
||||||
BootMode = YAP_Init(iap);
|
BootMode = YAP_Init(iap);
|
||||||
|
Reference in New Issue
Block a user