Fixes to compile OVP platform + bugfix in statreg

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1144 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
sirozipp
2012-04-23 14:54:08 +00:00
parent 8053233897
commit d93cf513f5
7 changed files with 16 additions and 12 deletions

View File

@ -1,12 +1,12 @@
#include <iostream>
#include "SAL/SimulatorController.hpp"
//#include "SAL/SimulatorController.hpp"
using namespace std;
void hello(unsigned int p){
cout << "&sal::simulator: " << hex << p << endl;
sal::SimulatorController * salp = reinterpret_cast<sal::SimulatorController * >(p);
// sal::SimulatorController * salp = reinterpret_cast<sal::SimulatorController * >(p);
}