vc4: Fix simulator mode missing-GETPARAM debug info.

The value is 0 since we didn't set it, we wanted to see the param.
This commit is contained in:
Eric Anholt 2016-11-16 17:22:35 -08:00
parent 20c1623a11
commit 7130260d12

View file

@ -625,7 +625,7 @@ vc4_simulator_get_param_ioctl(int fd, struct drm_vc4_get_param *args)
default:
fprintf(stderr, "Unknown DRM_IOCTL_VC4_GET_PARAM(%lld)\n",
(long long)args->value);
(long long)args->param);
abort();
};
}