Commit f5d7b870 authored by Geoff Simmons's avatar Geoff Simmons

Fix the failure message.

parent b13a26a5
......@@ -58,7 +58,7 @@
#include "vcc_if.h"
#define VFAIL(ctx, fmt, ...) \
VRT_fail((ctx), "vfp pesi failure: " fmt, __VA_ARGS__)
VRT_fail((ctx), "vdp pesi failure: " fmt, __VA_ARGS__)
//#define NODEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment