Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46f2bd20 authored by Jack Palevich's avatar Jack Palevich
Browse files

Fix type bug that breaks 64-bit OSX build.

parent c951c592
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5003,7 +5003,7 @@ class Compiler : public ErrorSink {
        return pGen->gtst(0, 0);
    }

    void block(int* breakLabel, int continueAddress, bool outermostFunctionBlock) {
    void block(intptr_t* breakLabel, intptr_t continueAddress, bool outermostFunctionBlock) {
        intptr_t a, n, t;

        Type* pBaseType;