mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +02:00
+ added a missing 'br 1' instruction in the code, generated by
GenerateCode_InitSharedMemory. This should fix the loading error in browsers, when using multithreading.
This commit is contained in:
parent
59a1199110
commit
800fb6624e
@ -5961,6 +5961,8 @@ implementation
|
|||||||
Sec.writeUInt32BE($fe000200);
|
Sec.writeUInt32BE($fe000200);
|
||||||
{ drop }
|
{ drop }
|
||||||
Sec.writeUInt8($1A);
|
Sec.writeUInt8($1A);
|
||||||
|
{ br 1 }
|
||||||
|
Sec.writeUInt16BE($0C01);
|
||||||
{ end }
|
{ end }
|
||||||
Sec.writeUInt8($0B);
|
Sec.writeUInt8($0B);
|
||||||
{ i32.const $InitFlag }
|
{ i32.const $InitFlag }
|
||||||
|
Loading…
Reference in New Issue
Block a user