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

Commit 16b53ec2 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

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