CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/03/17 04:14:45
Modified files: sys/arch/powerpc/include: cpu.h Log message: Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work for both gcc and clang. From NetBSD. Thanks to some serious detective work by ghoehler@. ok deraadt@, gkeohler@