OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.chill/] [pr-6632.ch] - Rev 1774

Go to most recent revision | Compare with Previous | Blame | View Log

markus: MODULE

<> USE_SEIZE_FILE "pr-6632-grt.grt" <>
SEIZE m_dummy, m_dummy_range;

DCL v m_dummy_range;

NEWMODE is_str_descr = STRUCT (p PTR,
                               l INT,
                               flag STRUCT (x UBYTE,
                                            y SET (aa, bb, cc, dd, ee, ff)));
DCL des is_str_descr;

NEWMODE is_cb_debug = STRUCT (i INT,
                              channel m_dummy_range,
                              p PTR);
NEWMODE is_cb_debug_array = ARRAY (0:20) is_cb_debug;
DCL cb_debug is_cb_debug_array;
DCL cb_debug_index INT := 0;

p: PROC (pp is_str_descr IN, x m_dummy_range IN)
  DO WITH cb_debug(cb_debug_index);
    channel := x;
  OD;
END p;

p (des, dummy_10);
WRITETEXT (stdout, "cb_debug(%C).channel := %C%/", 
           cb_debug_index, cb_debug(cb_debug_index).channel);

END markus;

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.