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

Commit 89238e94 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 55d4747f b0bcd266
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"                                             \
            );