summaryrefslogtreecommitdiff
path: root/bin/nv_rd32.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_rd32.c')
-rw-r--r--bin/nv_rd32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_rd32.c b/bin/nv_rd32.c
index 95cbd3b5c..88022a950 100644
--- a/bin/nv_rd32.c
+++ b/bin/nv_rd32.c
@@ -2,6 +2,6 @@
#define FMTDATA "0x%08x"
#define NAME "nv_rd32"
#define CAST u32
-#define READ(o) nv_ro32(device, (o))
+#define READ(o) nvif_rd32(device, (o))
#define MAIN main
#include "nv_rdfunc.h"