diff options
| -rw-r--r-- | src-self-hosted/target.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-self-hosted/target.zig b/src-self-hosted/target.zig index 2c3d944a88..f541d6efb9 100644 --- a/src-self-hosted/target.zig +++ b/src-self-hosted/target.zig @@ -575,6 +575,7 @@ pub const Target = union(enum) { builtin.Os.contiki, builtin.Os.amdpal, builtin.Os.hermit, + builtin.Os.hurd, => @panic("TODO specify the C integer type sizes for this OS"), } } |
