aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/alu.h
blob: e913b0c7f6d8d0f43a34e6e181f7118558ea33e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ALU_H
#define ALU_H


class Alu
{
public:
    Alu();
};

#endif // ALU_H