OSDN Git Service

[DOC] Update ToDo (Still updated only Japanese doc.).
[csp-qt/common_source_project-fm7.git] / source / src / vm / libcpu_newdev / libcpu_i386 / i386_real.cpp
index 5e34eae..78d0310 100644 (file)
@@ -770,7 +770,7 @@ bool I386_OPS::write_debug_reg(const _TCHAR *reg, uint32_t data)
        return true;
 }
 
-uint32_t I386::read_debug_reg(const _TCHAR *reg)
+uint32_t I386_OPS::read_debug_reg(const _TCHAR *reg)
 {
 #if defined(USE_DEBUGGER)
        if(_tcsicmp(reg, _T("IP")) == 0) {