aboutsummaryrefslogtreecommitdiff
path: root/sim/common/gentmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/gentmap.c')
-rw-r--r--sim/common/gentmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/gentmap.c b/sim/common/gentmap.c
index 669a7e5..a606fad 100644
--- a/sim/common/gentmap.c
+++ b/sim/common/gentmap.c
@@ -11,21 +11,21 @@ struct tdefs {
static struct tdefs sys_tdefs[] = {
#define sys_defs
-#include "targ-vals.def"
+#include "nltvals.def"
#undef sys_defs
{ 0, 0 }
};
static struct tdefs errno_tdefs[] = {
#define errno_defs
-#include "targ-vals.def"
+#include "nltvals.def"
#undef errno_defs
{ 0, 0 }
};
static struct tdefs open_tdefs[] = {
#define open_defs
-#include "targ-vals.def"
+#include "nltvals.def"
#undef open_defs
{ 0, 0 }
};