git: boot/pc32: Avoid issues at -O2.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat May 5 03:37:33 PDT 2018


commit 9aeb4224a88b714b7c30fd156de6bf4ea7d3b74e
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Fri May 4 14:29:02 2018 +0300

    boot/pc32: Avoid issues at -O2.
    
    The 32-bit Legacy boot loader is intended to be compiled at -O1
    optimization level. It is easy to forget this when overriding cflags.
    For now do not use of frame pointer register as a general register.

Summary of changes:
 sys/boot/pc32/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9aeb4224a88b714b7c30fd156de6bf4ea7d3b74e


-- 
DragonFly BSD source repository



More information about the Commits mailing list