1*599f30f9SFrançois Revol /* 2*599f30f9SFrançois Revol * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de. 3*599f30f9SFrançois Revol * Distributed under the terms of the MIT License. 4*599f30f9SFrançois Revol */ 5*599f30f9SFrançois Revol 6*599f30f9SFrançois Revol 7*599f30f9SFrançois Revol #include "paging/M68KPagingMethod.h" 8*599f30f9SFrançois Revol 9*599f30f9SFrançois Revol 10*599f30f9SFrançois Revol M68KPagingMethod* gM68KPagingMethod; 11*599f30f9SFrançois Revol 12*599f30f9SFrançois Revol ~M68KPagingMethod()13*599f30f9SFrançois RevolM68KPagingMethod::~M68KPagingMethod() 14*599f30f9SFrançois Revol { 15*599f30f9SFrançois Revol } 16