Skip to content

Commit

Permalink
Change namespace #Silifuzz
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 585675394
  • Loading branch information
sarahjkim authored and copybara-github committed Nov 27, 2023
1 parent cb13f48 commit fdb09b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proxies/page_table/aarch64/page_descriptor_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "./proxies/page_table/bit_struct.h"
#include "./util/arch.h"

namespace silifuzz::proxies::dsim {
namespace silifuzz::proxies {

// Represents a page table entry intended to describe a physical page for
// 'arch'.
Expand Down Expand Up @@ -196,6 +196,6 @@ class PageDescriptorEntry<AArch64> : public BitStruct {
}
};

} // namespace silifuzz::proxies::dsim
} // namespace silifuzz::proxies

#endif // THIRD_PARTY_SILIFUZZ_PROXIES_PAGE_TABLE_AARCH64_PAGE_DESCRIPTOR_ENTRY_H_
4 changes: 2 additions & 2 deletions proxies/page_table/aarch64/table_descriptor_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "./proxies/page_table/bit_struct.h"
#include "./util/arch.h"

namespace silifuzz::proxies::dsim {
namespace silifuzz::proxies {

// Represents a page table entry intended to describe another page table
// for 'arch'.
Expand Down Expand Up @@ -142,6 +142,6 @@ class TableDescriptorEntry<AArch64> : public BitStruct {
}
};

} // namespace silifuzz::proxies::dsim
} // namespace silifuzz::proxies

#endif // THIRD_PARTY_SILIFUZZ_PROXIES_PAGE_TABLE_AARCH64_TABLE_DESCRIPTOR_ENTRY_H_

0 comments on commit fdb09b1

Please sign in to comment.