mirror of
				https://github.com/mborgerson/xemu.git
				synced 2025-10-29 22:51:05 +00:00 
			
		
		
		
	monitor/target: Include missing 'exec/memory.h' header
Include "exec/memory.h" in order to avoid:
  monitor/hmp-cmds-target.c:263:10: error: call to undeclared function 'memory_region_is_ram';
  ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      if (!memory_region_is_ram(mrs.mr) && !memory_region_is_romd(mrs.mr)) {
           ^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
			
			
This commit is contained in:
		
							parent
							
								
									5f8d88bdeb
								
							
						
					
					
						commit
						f6e33708bb
					
				| @ -25,6 +25,7 @@ | ||||
| #include "qemu/osdep.h" | ||||
| #include "disas/disas.h" | ||||
| #include "exec/address-spaces.h" | ||||
| #include "exec/memory.h" | ||||
| #include "monitor/hmp-target.h" | ||||
| #include "monitor/monitor-internal.h" | ||||
| #include "qapi/error.h" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user