Fix far uuo links.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 23 Jan 2019 03:02:31 +0000 (03:02 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 21 Aug 2019 21:34:05 +0000 (21:34 +0000)
commitd7a562346e00d672821cc61a50e9eec751750c14
tree6267fe94481d6b4bbdf97891d964151ae6d05a84
parentc5a445397e78b5cb294f8ca781785dd0087cd48c
Fix far uuo links.

Apparently ADRP really does do Rd <- (PC & ~0xfff) + (imm << 12), not
PC + (imm << 12), which means it's gonna cause some trouble for the
assembler in LIAR, since it means the code needs to know its own
offset within a page of memory and the target's offset within a page
of memory.
src/microcode/cmpintmd/aarch64.c