mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Cleanup.
This commit is contained in:
parent
967835cd9d
commit
0f10c89448
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ CMIPSAssembler::~CMIPSAssembler()
|
||||||
ResolveLabelReferences();
|
ResolveLabelReferences();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int CMIPSAssembler::GetProgramSize()
|
unsigned int CMIPSAssembler::GetProgramSize() const
|
||||||
{
|
{
|
||||||
return static_cast<unsigned int>(m_ptr - m_startPtr);
|
return static_cast<unsigned int>(m_ptr - m_startPtr);
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ public:
|
||||||
CMIPSAssembler(uint32*);
|
CMIPSAssembler(uint32*);
|
||||||
~CMIPSAssembler();
|
~CMIPSAssembler();
|
||||||
|
|
||||||
unsigned int GetProgramSize();
|
unsigned int GetProgramSize() const;
|
||||||
LABEL CreateLabel();
|
LABEL CreateLabel();
|
||||||
void MarkLabel(LABEL);
|
void MarkLabel(LABEL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue