Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libnvmm #### is not legal.
details: https://anonhg.NetBSD.org/src/rev/79b964c2d03a
branches: trunk
changeset: 839243:79b964c2d03a
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 10 19:30:28 2019 +0000
description:
#### is not legal.
diffstat:
lib/libnvmm/libnvmm_x86.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a3a63046d57d -r 79b964c2d03a lib/libnvmm/libnvmm_x86.c
--- a/lib/libnvmm/libnvmm_x86.c Sun Feb 10 19:23:55 2019 +0000
+++ b/lib/libnvmm/libnvmm_x86.c Sun Feb 10 19:30:28 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libnvmm_x86.c,v 1.19 2019/02/07 10:58:45 maxv Exp $ */
+/* $NetBSD: libnvmm_x86.c,v 1.20 2019/02/10 19:30:28 christos Exp $ */
/*
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -2584,7 +2584,7 @@
#define EXEC_INSTR(sz, instr) \
static uint##sz##_t \
-exec_##instr####sz(uint##sz##_t op1, uint##sz##_t op2, uint64_t *rflags)\
+exec_##instr##sz(uint##sz##_t op1, uint##sz##_t op2, uint64_t *rflags) \
{ \
uint##sz##_t res; \
__asm __volatile ( \
Home |
Main Index |
Thread Index |
Old Index