Merge pull request #927 from jeenu-arm/state-switch

Execution state switch
This commit is contained in:
davidcunado-arm 2017-05-11 16:04:52 +01:00 committed by GitHub
commit d6104f5ab4
17 changed files with 383 additions and 35 deletions

View file

@ -9,6 +9,8 @@
#ifndef AARCH32
#include <arch.h>
#include <assert.h>
#include <stdint.h>
#endif
/*******************************************************************************