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

Commit 1b022b4a authored by Krzysztof Kosiński's avatar Krzysztof Kosiński Committed by android-build-merger
Browse files

Merge "EGL: Fix ARM assembly constraint." into pi-dev am: 89238e94

am: 16b53ec2

Change-Id: Iae74469c7b34d949d1ec7e992114c0a8f570237d
parents d373cd56 16b53ec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ namespace android {
            : [tls] "J"(TLS_SLOT_OPENGL_API*4),                 \
            : [tls] "J"(TLS_SLOT_OPENGL_API*4),                 \
              [ext] "J"(__builtin_offsetof(gl_hooks_t,          \
              [ext] "J"(__builtin_offsetof(gl_hooks_t,          \
                                      ext.extensions[0])),      \
                                      ext.extensions[0])),      \
              [api] "J"(_api*sizeof(void*))                     \
              [api] "I"(_api*sizeof(void*))                     \
            : "r12"                                             \
            : "r12"                                             \
            );
            );