Deleted Added
full compact
uwx_env.h (121642) uwx_env.h (129059)
1/*
2Copyright (c) 2003 Hewlett-Packard Development Company, L.P.
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the

--- 64 unchanged lines hidden (view full) ---

73 uint64_t fr[NPRESERVEDFR];
74};
75
76struct uwx_str_pool;
77
78struct uwx_env {
79 struct uwx_context context;
80 uint64_t *rstate;
1/*
2Copyright (c) 2003 Hewlett-Packard Development Company, L.P.
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the

--- 64 unchanged lines hidden (view full) ---

73 uint64_t fr[NPRESERVEDFR];
74};
75
76struct uwx_str_pool;
77
78struct uwx_env {
79 struct uwx_context context;
80 uint64_t *rstate;
81 uint64_t remapped_ip;
81 int64_t function_offset;
82 struct uwx_history history;
83 alloc_cb allocate_cb;
84 free_cb free_cb;
85 struct uwx_scoreboard *free_scoreboards;
86 struct uwx_scoreboard *used_scoreboards;
87 struct uwx_scoreboard *labeled_scoreboards;
88 struct uwx_str_pool *string_pool;

--- 15 unchanged lines hidden ---
82 int64_t function_offset;
83 struct uwx_history history;
84 alloc_cb allocate_cb;
85 free_cb free_cb;
86 struct uwx_scoreboard *free_scoreboards;
87 struct uwx_scoreboard *used_scoreboards;
88 struct uwx_scoreboard *labeled_scoreboards;
89 struct uwx_str_pool *string_pool;

--- 15 unchanged lines hidden ---