commit | 89238e9438500e2e92a98930e4617d9ca43462df | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Apr 05 20:34:28 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 05 20:34:28 2018 +0000 |
tree | 22e6aa059de6c70792c64ef7b10388cd487b062e | |
parent | 55d4747f838f94d9286f07e211f67337968be942 [diff] | |
parent | b0bcd266e7a076d919608f700ce18524cab06c23 [diff] |
Merge "EGL: Fix ARM assembly constraint." into pi-dev
diff --git a/opengl/libs/EGL/getProcAddress.cpp b/opengl/libs/EGL/getProcAddress.cpp index c05e840..0183621 100644 --- a/opengl/libs/EGL/getProcAddress.cpp +++ b/opengl/libs/EGL/getProcAddress.cpp
@@ -54,7 +54,7 @@ : [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" \ );