Temporarly disable auto-inbanding.

Change-Id: Ia83389c094914f0bb69bff8f6965ae445c89de07
This commit is contained in:
Jason Sams
2011-05-02 14:31:28 -07:00
parent eccf6c6483
commit 0be97d8b5e

View File

@@ -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++) {