diff options
| author | klaar36 <klas.arvidsson@liu.se> | 2017-05-19 14:14:53 +0200 |
|---|---|---|
| committer | klaar36 <klas.arvidsson@liu.se> | 2017-05-19 14:14:53 +0200 |
| commit | 411162469c343883b97c2463227ecf4e268d9060 (patch) | |
| tree | d538d21d1d9678aa2f71198d55ec8b44367204a1 /src/standalone/upg5/verify_adr.c | |
| parent | d620fc0a5139645d3146405f0f54b5df32951dc1 (diff) | |
| download | pintos-rs-411162469c343883b97c2463227ecf4e268d9060.tar.gz | |
compile upg5 with -m32
Diffstat (limited to 'src/standalone/upg5/verify_adr.c')
| -rw-r--r-- | src/standalone/upg5/verify_adr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/standalone/upg5/verify_adr.c b/src/standalone/upg5/verify_adr.c index 6aba06e..9bac64f 100644 --- a/src/standalone/upg5/verify_adr.c +++ b/src/standalone/upg5/verify_adr.c @@ -16,7 +16,7 @@ * * Recommended compilation command: * - * gcc -Wall -Wextra -std=gnu99 -pedantic -g pagedir.o verify_adr.c + * gcc -Wall -Wextra -std=gnu99 -pedantic -m32 -g pagedir.o verify_adr.c */ #error Read comment above and then remove this line. |
