sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp
changeset 625 a1925fb7753a
parent 616 24e4ef208cca
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    22 
    22 
    23 #include "../inc/macrotests.h"
    23 #include "../inc/macrotests.h"
    24 
    24 
    25 // construct/destruct
    25 // construct/destruct
    26 
    26 
    27 #if !defined(__ARMCC_4__)
    27 #if !defined(__ARMCC_4__) and !defined(__X86__)
    28 extern "C" void __ARM_switch8();
    28 extern "C" void __ARM_switch8();
    29 
    29 
    30 void sbs_test()
    30 void sbs_test()
    31 	{
    31 	{
    32 	__ARM_switch8();
    32 	__ARM_switch8();