Dimitry Andric
ae55765309
Work around assembler error from clang 10.0.0 in gptboot:
...
stand/i386/gptboot/gptldr.S:141:3: error: value of 36878 is too large for field of 2 bytes.
jmp MEM_JMP # Start BTX
^
Use the same construct as in stand/i386/boot2/boot1.S, which ensures the
jump distance does not become too large.
MFC after: 3 days
2020-01-28 21:41:37 +00:00
..
2019-06-25 04:50:09 +00:00
2018-04-27 22:15:18 +00:00
2019-12-13 08:41:37 +00:00
2018-10-11 17:17:54 +00:00
2020-01-13 20:02:27 +00:00
2020-01-09 04:34:42 +00:00
2019-10-24 20:02:48 +00:00
2019-02-26 06:22:10 +00:00
2019-09-22 16:10:25 +00:00
2020-01-28 21:41:37 +00:00
2018-02-07 18:50:36 +00:00
2019-12-12 01:35:56 +00:00
2018-02-12 15:31:53 +00:00
2020-01-13 20:02:27 +00:00
2020-01-06 19:35:22 +00:00
2019-02-26 06:22:10 +00:00
2020-01-25 03:52:16 +00:00
2018-08-15 11:39:13 +00:00
2019-09-18 01:33:17 +00:00
2020-01-19 04:13:19 +00:00
2020-01-02 04:34:22 +00:00
2020-01-13 20:02:27 +00:00
2020-01-23 10:40:34 +00:00
2019-11-03 09:14:29 +00:00
2020-01-02 04:34:22 +00:00
2019-05-24 19:43:38 +00:00
2019-11-18 23:21:13 +00:00
2018-02-23 04:04:25 +00:00
2020-01-02 04:34:22 +00:00
2018-03-01 19:50:55 +00:00
2017-12-02 00:06:58 +00:00
2018-02-13 03:44:50 +00:00