| Index: target/qemu-m4/m4display.c
|
| diff --git a/target/qemu-m4/m4display.c b/target/qemu-m4/m4display.c
|
| index a471885850b1e381524b10dd9e41ae39b56761ad..ce60634b149df96c39366cff79b55f5a1802ae43 100644
|
| --- a/target/qemu-m4/m4display.c
|
| +++ b/target/qemu-m4/m4display.c
|
| @@ -230,3 +230,10 @@ status_t display_get_info(struct display_info *info)
|
|
|
| return NO_ERROR;
|
| }
|
| +
|
| +status_t display_present(struct display_image *image, uint starty, uint endy)
|
| +{
|
| + TRACEF("display_present - not implemented");
|
| + DEBUG_ASSERT(false);
|
| + return NO_ERROR;
|
| +}
|
|
|