merged volatile memory barriers
[cacao.git] / src / vm / jit / oprofile-agent.cpp
index 36e97a77f99a7bcfd8723c4b88a97690fe8309d7..5d35c222f1f0e9351a25ba3003d9b5308420f54b 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "config.h"
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "vm/jit/code.hpp"
 #include "vm/jit/oprofile-agent.hpp"
@@ -43,7 +43,7 @@ void OprofileAgent::initialize(void)
 {
        _handle = op_open_agent();
        if (!_handle)
-               vm_abort_errno("unable to open opagent handle:");
+               os::abort_errno("unable to open opagent handle");
 }
 
 /**