| ... | @@ -3314,6 +3314,7 @@ pub fn cTypePreferredAlignment(target: *const Target, c_type: CType) u16 { | ... | @@ -3314,6 +3314,7 @@ pub fn cTypePreferredAlignment(target: *const Target, c_type: CType) u16 { |
| 3314 | @as(u16, switch (target.cpu.arch) { | 3314 | @as(u16, switch (target.cpu.arch) { |
| 3315 | .msp430 => 2, | 3315 | .msp430 => 2, |
| 3316 | | 3316 | |
| | 3317 | .arc, |
| 3317 | .csky, | 3318 | .csky, |
| 3318 | .xcore, | 3319 | .xcore, |
| 3319 | .or1k, | 3320 | .or1k, |
| ... | @@ -3322,7 +3323,6 @@ pub fn cTypePreferredAlignment(target: *const Target, c_type: CType) u16 { | ... | @@ -3322,7 +3323,6 @@ pub fn cTypePreferredAlignment(target: *const Target, c_type: CType) u16 { |
| 3322 | .propeller, | 3323 | .propeller, |
| 3323 | => 4, | 3324 | => 4, |
| 3324 | | 3325 | |
| 3325 | .arc, | | |
| 3326 | .arm, | 3326 | .arm, |
| 3327 | .armeb, | 3327 | .armeb, |
| 3328 | .thumb, | 3328 | .thumb, |