DSP: fixed compiler warnings and 2 crash bugs

made the dsp_code test use our lable table rather than the table which was there before (and had few mistakes).
The other tests need to be fixed as well.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3063 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-04-24 14:36:31 +00:00
parent 9e427a4e59
commit 92e6d7c283
3 changed files with 206 additions and 268 deletions

View File

@ -117,8 +117,8 @@ private:
std::string include_dir;
std::string cur_line;
u32 cur_addr;
u8 cur_pass;
u32 m_cur_addr;
u8 m_cur_pass;
LabelMap labels;
@ -133,8 +133,8 @@ private:
segment_t cur_segment;
u32 segment_addr[SEGMENT_MAX];
int current_param;
int m_current_param;
const AssemblerSettings settings_;
};
#endif // _DSP_ASSEMBLE_H
#endif // _DSP_ASSEMBLE_H