mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 16:10:09 +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);
|
||||
{ drop }
|
||||
Sec.writeUInt8($1A);
|
||||
{ br 1 }
|
||||
Sec.writeUInt16BE($0C01);
|
||||
{ end }
|
||||
Sec.writeUInt8($0B);
|
||||
{ i32.const $InitFlag }
|
||||
|
Loading…
Reference in New Issue
Block a user