Expand out the swap_read()/swap_write() functions inline, since they were only called...
authorNick Downing <nick@ndcode.org>
Tue, 9 Apr 2019 10:13:52 +0000 (20:13 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 9 Apr 2019 10:13:52 +0000 (20:13 +1000)
commitaecb220343ac97f83041c4b7197473cea95d1376
tree97b04ae2c87e8fed4d9b897e4c76b109098dc131
parentf98121f1022eed2c5b79aac69621eaa565795319
Expand out the swap_read()/swap_write() functions inline, since they were only called once, and they were supposed to be abstract but now the abstract part is done by core_to_swap_copy()/swap_to_core_copy() and the rest is well defined -- makes core.h/swap.h and core.c/swap.c identical again except for core<->swap
core.c
core.h
process.c
process.h
swap.c
swap.h