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

Commit 0be97d8b authored by Jason Sams's avatar Jason Sams
Browse files

Temporarly disable auto-inbanding.

Change-Id: Ia83389c094914f0bb69bff8f6965ae445c89de07
parent eccf6c64
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,7 +157,8 @@ void printPlaybackFuncs(FILE *f, const char *prefix) {
static int hasInlineDataPointers(const ApiEntry * api) {
    int ret = 0;
    int ct;
    if (api->sync || api->ret.typeName[0]) {
    // Temporarly disable inbanding while we sort though the bugs.
    if (1|| api->sync || api->ret.typeName[0]) {
        return 0;
    }
    for (ct=0; ct < api->paramCount; ct++) {