diff options
| author | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-10-08 02:00:39 +0000 |
|---|---|---|
| committer | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-10-08 02:00:39 +0000 |
| commit | f48e69d53bbbb55d955a3417100aea4d27ec0cf2 (patch) | |
| tree | db00255af2f6c140599ea40414e6f01a152783ae /backend/src/sys | |
| parent | 6f095c828645dfd50178eb5b41b67382e4fd6907 (diff) | |
Activated instruction scheduling
Implemented fall back to SIMD8 when register allocation fails
Cleaned up some memory leaks when exception is triggered
Diffstat (limited to 'backend/src/sys')
| -rw-r--r-- | backend/src/sys/exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/sys/exception.hpp b/backend/src/sys/exception.hpp index 373b6872..aa43a085 100644 --- a/backend/src/sys/exception.hpp +++ b/backend/src/sys/exception.hpp @@ -27,8 +27,8 @@ #if GBE_COMPILE_UTESTS -#include "string.hpp" #include <exception> +#include <string> namespace gbe { |
