arm9tdmi_vector_t -> struct arm9tdmi_vector

Remove misleading typedef and redundant suffix from struct arm9tdmi_vector.

Renames enum arm9tdmi_vector as enum arm9tdmi_vector_bit.
This commit is contained in:
Zachary T Welch
2009-11-13 09:04:14 -08:00
parent 18475360b2
commit 22f6a4cef5
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
#define _DEBUG_INSTRUCTION_EXECUTION_
#endif
static const arm9tdmi_vector_t arm9tdmi_vectors[] =
static const struct arm9tdmi_vector arm9tdmi_vectors[] =
{
{"reset", ARM9TDMI_RESET_VECTOR},
{"undef", ARM9TDMI_UNDEF_VECTOR},