Skip to content

Commit f7645b1

Browse files
Fixed FOR...NEXT on multithread.
1 parent 1af5627 commit f7645b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ugbc/src/targets/common/begin_for_mt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* CODE SECTION
3939
****************************************************************************/
4040

41-
void begin_for_to_prepare_mt( Environment * _environment ) {
41+
void begin_for_prepare_mt( Environment * _environment ) {
4242

4343
MAKE_LABEL
4444

ugbc/src/ugbc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4023,7 +4023,6 @@ void begin_for_mt_step( Environment * _environment, char * _i
40234023
void begin_for_step( Environment * _environment, char * _index, char * _from, char * _to, char * _step );
40244024
void begin_for_to( Environment * _environment, char *_to );
40254025
void begin_for_to_prepare( Environment * _environment );
4026-
void begin_for_to_prepare_mt( Environment * _environment );
40274026
void begin_for_to_mt( Environment * _environment, char *_to );
40284027
void begin_gameloop( Environment * _environment );
40294028
void begin_loop( Environment * _environment );

0 commit comments

Comments
 (0)