| author | |
| committer | |
| log | c0e391e94ab34cb2fcfd85c5c9f93aed8ec1ba79 |
| tree | 38cc622b59b1ca95a3fda28c740e8f18559f570c |
| parent | 75d142c3c78ef786801dcf85f44d16a6530f02d2 |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/target.zig+1| ... | ... | @@ -575,6 +575,7 @@ pub const Target = union(enum) { |
| 575 | 575 | builtin.Os.contiki, |
| 576 | 576 | builtin.Os.amdpal, |
| 577 | 577 | builtin.Os.hermit, |
| 578 | builtin.Os.hurd, | |
| 578 | 579 | => @panic("TODO specify the C integer type sizes for this OS"), |
| 579 | 580 | } |
| 580 | 581 | } |