xb format --all (we are now format clean). Buildbot will yell at you.

This commit is contained in:
Ben Vanik
2015-06-22 22:26:51 -07:00
parent f902f8b78a
commit fb1f4906d9
87 changed files with 3542 additions and 2938 deletions

View File

@@ -41,9 +41,7 @@ class XmaDecoder {
virtual X_STATUS Setup();
virtual void Shutdown();
uint32_t context_array_ptr() const {
return registers_.context_array_ptr;
}
uint32_t context_array_ptr() const { return registers_.context_array_ptr; }
uint32_t AllocateContext();
void ReleaseContext(uint32_t guest_ptr);