tfr->nsections = 0;
tfr->sections = 0;
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
target_ulong first_page = TARGET_PAGE(va);
#endif // CONFIG_DEBUG_GLES == 1
{
return 0;
}
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
target_ulong end_pa = start_pa;
#endif // CONFIG_DEBUG_GLES == 1
}
end_page = next_page;
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
end_pa = next_pa;
#endif // CONFIG_DEBUG_GLES == 1
}
int gles2_transfer(gles2_State *s, target_ulong va, target_ulong len,
void* data, int access_type)
{
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
target_ulong first_page = TARGET_PAGE(va);
#endif // CONFIG_DEBUG_GLES == 1
{
return 0;
}
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
target_ulong end_pa = start_pa;
#endif // CONFIG_DEBUG_GLES == 1
}
end_page = next_page;
-#if (CONFIG_DEBUG_GLES == 1)
+#ifdef CONFIG_DEBUG_GLES
end_pa = next_pa;
#endif // CONFIG_DEBUG_GLES == 1
}