1
#ifndef DEBUGGER_VFPU_H
2
#define DEBUGGER_VFPU_H
4
#include "Core/Debugger/DebugInterface.h"
12
class Debugger_VFPU : public QDialog
17
explicit Debugger_VFPU(DebugInterface *_cpu, MainWindow *mainWindow_, QWidget *parent = 0);
23
void on_comboBox_currentIndexChanged(int index);
26
Ui::Debugger_VFPU *ui;
28
MainWindow* mainWindow;
31
#endif // DEBUGGER_VFPU_H