summaryrefslogtreecommitdiff
path: root/src/arch/alpha/tru64/tru64.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/tru64/tru64.hh')
-rw-r--r--src/arch/alpha/tru64/tru64.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/tru64/tru64.hh b/src/arch/alpha/tru64/tru64.hh
index 5751da8d4..92d6db842 100644
--- a/src/arch/alpha/tru64/tru64.hh
+++ b/src/arch/alpha/tru64/tru64.hh
@@ -38,7 +38,7 @@ class AlphaTru64 : public Tru64
public:
/// This table maps the target open() flags to the corresponding
/// host open() flags.
- static OpenFlagTransTable openFlagTable[];
+ static SyscallFlagTransTable openFlagTable[];
/// Number of entries in openFlagTable[].
static const int NUM_OPEN_FLAGS;