Module Name:    src
Committed By:   christos
Date:           Sun Feb 10 19:30:28 UTC 2019

Modified Files:
        src/lib/libnvmm: libnvmm_x86.c

Log Message:
#### is not legal.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libnvmm/libnvmm_x86.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libnvmm/libnvmm_x86.c
diff -u src/lib/libnvmm/libnvmm_x86.c:1.19 src/lib/libnvmm/libnvmm_x86.c:1.20
--- src/lib/libnvmm/libnvmm_x86.c:1.19	Thu Feb  7 05:58:45 2019
+++ src/lib/libnvmm/libnvmm_x86.c	Sun Feb 10 14:30:28 2019
@@ -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 @@ x86_decode(uint8_t *inst_bytes, size_t i
 
 #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 (						\

Reply via email to